home *** CD-ROM | disk | FTP | other *** search
- stopAllSounds();
- if(Name != "Guest")
- {
- mst.Check = 0;
- mst.Name = _root.Name;
- mst.pass = _root.pass;
- mst.score = _root.score;
- mst.gamepass = _root.gamepass;
- mst.Info = "Level " + _root.Level;
- mst.game = "ThrustII";
- mst.loadVariables("../scores/submit.php","GET");
- }
- else
- {
- gotoAndStop("End");
- }
-